runtime.moduledata.etext (field)
11 uses
runtime (current package)
debuglog.go#L298: if len(x) > 4 && datap.etext <= uintptr(unsafe.Pointer(strData)) && uintptr(unsafe.Pointer(strData)) < datap.end {
debuglog.go#L304: l.w.uvarint(uint64(uintptr(unsafe.Pointer(strData)) - datap.etext))
debuglog.go#L662: ptr += firstmoduledata.etext
plugin.go#L35: if inRange(pmd.text, pmd.etext, md.text, md.etext) ||
plugin.go#L40: println("\tpmd.text-etext=", hex(pmd.text), "-", hex(pmd.etext))
plugin.go#L44: println("\tmd.text-etext=", hex(md.text), "-", hex(md.etext))
proc.go#L4977: } else if pc > firstmoduledata.etext {
symtab.go#L347: text, etext uintptr
symtab.go#L602: if res > md.etext && GOARCH != "wasm" { // on wasm, functions do not live in the same address space as the linear memory
symtab.go#L603: println("runtime: textAddr", hex(res), "out of range", hex(md.text), "-", hex(md.etext))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |